projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df4165a
)
added -mips2 for optimization, request by nico
author
Waldemar Brodkorb
<
[email protected]
>
Fri, 18 Feb 2005 01:14:23 +0000
(
01:14
+0000)
committer
Waldemar Brodkorb
<
[email protected]
>
Fri, 18 Feb 2005 01:14:23 +0000
(
01:14
+0000)
SVN-Revision: 258
openwrt/toolchain/Config.in
patch
|
blob
|
history
diff --git
a/openwrt/toolchain/Config.in
b/openwrt/toolchain/Config.in
index ac0d94a5dd1ba06b11e6b71245125db2f8f15061..7ceb7942eb84c5e40402df26852615fd2bb86e01 100644
(file)
--- a/
openwrt/toolchain/Config.in
+++ b/
openwrt/toolchain/Config.in
@@
-38,7
+38,7
@@
config BR2_SOFT_FLOAT
config BR2_TARGET_OPTIMIZATION
string "Target Optimizations"
- default "-Os -pipe"
+ default "-Os -pipe
-mips2
"
help
Optimizations to use when building for the target host.